runtime.Frames.callers (field)
8 uses
runtime (current package)
symtab.go#L19: callers []uintptr
symtab.go#L80: f := &Frames{callers: callers}
symtab.go#L99: if len(ci.callers) == 0 {
symtab.go#L106: pc, ci.callers = ci.callers[0], ci.callers[1:]
symtab.go#L149: for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |